projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ba562d
)
(emacs-version): Remove `%a' from the time format
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 18 Dec 2000 12:10:11 +0000
(12:10 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 18 Dec 2000 12:10:11 +0000
(12:10 +0000)
because the weekday doesn't fit well into each locale.
lisp/version.el
patch
|
blob
|
history
diff --git
a/lisp/version.el
b/lisp/version.el
index 66d61b2f5d5e72003104097b513e7749e4ec3f33..7b4dbf5a63d0f91e5b7463deb5009dc7e76804ea 100644
(file)
--- a/
lisp/version.el
+++ b/
lisp/version.el
@@
-60,7
+60,7
@@
to the system configuration; look at `system-configuration' instead."
(cond ((featurep 'motif) ", Motif")
((featurep 'x-toolkit) ", X toolkit")
(t ""))
- (format-time-string "%
a %
Y-%m-%d" emacs-build-time)
+ (format-time-string "%Y-%m-%d" emacs-build-time)
emacs-build-system)))
(if here
(insert version-string)